object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 247 ClientWidth = 345 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 6 Width = 329 Height = 204 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 24 Width = 49 Height = 41 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 143 Height = 13 Caption = 'DUCA Wizard for Windows 95' IsControl = True end object Version: TLabel Left = 88 Top = 32 Width = 62 Height = 13 Caption = 'Version 1.0.1' IsControl = True end object Copyright: TLabel Left = 88 Top = 48 Width = 176 Height = 13 Caption = 'Copyright 1996 by Daniel Polistchuck' IsControl = True end object Label5: TLabel Left = 8 Top = 96 Width = 313 Height = 56 AutoSize = False Caption = 'This software is copyrighted (c) 1996 by Daniel Polistchuck. It ' + 'is distributed AS-IS. The author does not make any explicit or i' + 'mplicit warranties. Feel free to distribute it as long as it rem' + 'ains unchanged.' WordWrap = True end object Label6: TLabel Left = 29 Top = 160 Width = 270 Height = 13 Alignment = taCenter Caption = 'If you'#39'd like to make any comments, please send e-mail to' WordWrap = True end object Label1: TLabel Left = 68 Top = 178 Width = 193 Height = 13 Caption = ' danpol@br.homeshopping.com.br' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 88 Top = 64 Width = 234 Height = 33 AutoSize = False Caption = 'Special thanks to Mauricio Britto Longo for the Wizard Bitmaps' end end object OKButton: TButton Left = 135 Top = 215 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end